From: Debian Multimedia Maintainers Date: Fri, 22 Aug 2025 10:57:35 +0000 (+0200) Subject: Prevent buildsystem from gzipping manpages X-Git-Tag: archive/raspbian/2.7.1+ds-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=ebfbe8d057bc36665c8937353d1849ac92dd09b2;p=jacktrip.git Prevent buildsystem from gzipping manpages Origin: Debian Forwarded: not-needed Last-Update: 2023-09-25 dh_installman does this for us Last-Update: 2023-09-25 Gbp-Pq: Name dont_compress_manpages.patch --- diff --git a/meson.build b/meson.build index f0c21fc..a9cfae5 100644 --- a/meson.build +++ b/meson.build @@ -443,7 +443,7 @@ if (host_machine.system() == 'linux') command: [help2man, help2man_opts, '--output=@OUTPUT@', jacktrip], install: not gzip.found(), install_dir: get_option('mandir') / 'man1') - if gzip.found() + if gzip.found() or false custom_target('jacktrip.1.gz', input: manfile, output: 'jacktrip.1.gz',